home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Calculators / RPNCalc / RPNCalc.app / RPNCalc.nib / data.classes < prev    next >
Text File  |  1992-11-09  |  1KB  |  75 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. RPNCalculator = {
  7.     SUPERCLASS = Object;
  8. };
  9. StackObject = {
  10.     SUPERCLASS = Object;
  11. };
  12. CommandScroll = {
  13.     OUTLETS = {
  14.     delegate;
  15.     docView;
  16.     };
  17.     SUPERCLASS = ScrollView;
  18. };
  19. PView = {
  20.     SUPERCLASS = View;
  21. };
  22. RPNCalc = {
  23.     ACTIONS = {
  24.     appWillTerminate:;
  25.     enterCalculator:;
  26.     updateCalcDisplay:;
  27.     manageCalcDisplay:;
  28.     turnDisplay:;
  29.     delayedLoad:;
  30.     clearDisplay:;
  31.     appDidInit:;
  32.     showMatrixTool:;
  33.     setKeyboardType:;
  34.     setStartupfile:;
  35.     saveCALCEditSection:;
  36.     };
  37.     OUTLETS = {
  38.     TheStartUpFile;
  39.     CalculatorDisplay;
  40.     theKeyboardType;
  41.     IfStackDepth;
  42.     AddressStackDepth;
  43.     CALCEditScroll;
  44.     OnStackIsElemInfo;
  45.     TheModusDisplay;
  46.     CalculatorState;
  47.     CalculatorStackTwo;
  48.     TheStackMatrix;
  49.     CALC;
  50.     CalculatorMode;
  51.     TheSave;
  52.     MT;
  53.     FloatDisplay;
  54.     CalculatorWindow;
  55.     commandView;
  56.     CALCEditWindow;
  57.     TheOpen;
  58.     TheStackUpdate;
  59.     TheStackView;
  60.     CalculatorStackOne;
  61.     };
  62.     SUPERCLASS = Object;
  63. };
  64. fractView = {
  65.     ACTIONS = {
  66.     printFract:;
  67.     drawFract:;
  68.     };
  69.     OUTLETS = {
  70.     UserSeed;
  71.     PrefSelection;
  72.     };
  73.     SUPERCLASS = View;
  74. };
  75.